Platform Explorer / Nuxeo Platform 2023.10

Operation Services.SignPDFDocument (Sign PDF)

Description

Applies a digital signature to the PDF blob of the input document.
Operation id Services.SignPDFDocument
Category Services
Label Sign PDF
Requires
Since

Parameters

Name Description Type Required Default value
password Certificate password. string yes  
reason Signature reason. string yes  
username The user ID for signing PDF document. string yes  

Signature

Inputs document
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.signature.core.operations.SignPDFDocument
Contributing Component org.nuxeo.ecm.platform.signature.core.operations.contrib

JSON Definition

{
  "id" : "Services.SignPDFDocument",
  "label" : "Sign PDF",
  "category" : "Services",
  "requires" : null,
  "description" : "Applies a digital signature to the PDF blob of the input document.",
  "url" : "Services.SignPDFDocument",
  "signature" : [ "document", "blob" ],
  "params" : [ {
    "name" : "password",
    "description" : "Certificate password.",
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "reason",
    "description" : "Signature reason.",
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "username",
    "description" : "The user ID for signing PDF document.",
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}